# GET /endpoints/{id} URL: https://developers.vsee.io/api/push-notification-api/get/endpoints/%7Bid%7D Auth: User Token — Requires a user access token from login or SSO. Get endpoint Retrieve a specific notification endpoint Parameters: - X-ApiToken (header, string, required) — API token - id (path, string, required) — Endpoint ID Responses: - 200 — Successful response ```json { "data": { "id": "551c5f64-a6d8-425d-b89c-581fac1f0144", "key": "123456", "user_id": "201", "type": 30, "created": 1427922788, "modified": 1427922788 } } ```